Skip to content

Commit

Permalink
fix github action test on forked repos
Browse files Browse the repository at this point in the history
Signed-off-by: AvivGuiser <[email protected]>
  • Loading branch information
KyriosGN0 committed Aug 23, 2024
1 parent 2aa7f70 commit d11855c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_pull-request_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
remove-temp-image:
runs-on: ubuntu-22.04
if: github.repository == 'zapier/kubechecks'

# should match env.FS_TAG, in both pr-open.yaml and pr-close.yaml
concurrency: pr-${{ github.event.pull_request.number }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
if: github.repository == 'zapier/kubechecks'

permissions:
contents: read
Expand Down

0 comments on commit d11855c

Please sign in to comment.