Skip to content

Commit

Permalink
build: fix condition
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Aug 29, 2022
1 parent 0265633 commit 56e8ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
REGISTRY_USER: ckotzbauer
REGISTRY_TOKEN: ${{ secrets.GHCR_PASSWORD }}
IS_FORK: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
run: |
if [ "$IS_FORK" != true ]; then
DATE="$(date +%Y%m%d%H%M%S)"
Expand Down

0 comments on commit 56e8ab4

Please sign in to comment.