Skip to content

Commit

Permalink
Changing the logic to trigger a flow
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 19, 2025
1 parent c6cc0e9 commit 403b08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/podman-v5-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
jobs:
ci:
runs-on: ubuntu-latest
if: ${{ github.event.action == 'e2e-command' || github.event.action == 'e2e' }}
#if: ${{ github.event.action == 'e2e-command' || github.event.action == 'e2e' }}
if: github.event.issue.pull_request && contains(github.event.comment.body, '/e2e')
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 403b08b

Please sign in to comment.