Skip to content

Commit

Permalink
Do not running ci-canary workflows on a fork (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mebays authored Nov 14, 2024
1 parent f81d9fa commit 4fa56a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
setup:
# Don't run if this is on a fork
if: github.repository == 'awslabs/amazon-eks-ami'
runs-on: ubuntu-latest
outputs:
timestamp: ${{ steps.variables.outputs.timestamp }}
Expand Down

0 comments on commit 4fa56a0

Please sign in to comment.