diff --git a/.github/workflows/ci-canary.yaml b/.github/workflows/ci-canary.yaml index 00c68fcb5..95fe485a1 100644 --- a/.github/workflows/ci-canary.yaml +++ b/.github/workflows/ci-canary.yaml @@ -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 }}