Don’t run ‘publish dev image’ job in forks (#342)

My fork (and, I assume, most forks) doesn’t have the secrets defined, so this job just fails every night. So it’ll be less noisy and less wasteful of resources to disable this job for forks.
pull/332/head
Avi Flax 2023-01-01 12:32:25 -05:00 zatwierdzone przez GitHub
rodzic 6e34313aaf
commit 1e54a0b2be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
if: github.repository_owner == 'jointakahe'
runs-on: ubuntu-latest
steps:
- name: Check out the repo