From c2374561276066e4fa7d6408653fc375df0e876e Mon Sep 17 00:00:00 2001 From: mtweeman Date: Tue, 11 Jun 2024 14:04:45 +0200 Subject: [PATCH] Update triggered.yaml --- .github/workflows/triggered.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triggered.yaml b/.github/workflows/triggered.yaml index fd4efec..14ce155 100644 --- a/.github/workflows/triggered.yaml +++ b/.github/workflows/triggered.yaml @@ -12,7 +12,7 @@ permissions: jobs: test: runs-on: ubuntu-latest - if: github.event.name == 'repository_dispatch' + if: github.event_name == 'repository_dispatch' && github.event.flag == 'true' steps: - uses: actions/checkout@v4