From 4fa56a09b567d8c9be9dad0aec2bd27678f09632 Mon Sep 17 00:00:00 2001 From: Matthew Bays Date: Thu, 14 Nov 2024 12:34:00 -0500 Subject: [PATCH] Do not running ci-canary workflows on a fork (#2053) --- .github/workflows/ci-canary.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}