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