Skip to content

Commit

Permalink
fix(ci): run E2E workflow also on changes to all workflows and github…
Browse files Browse the repository at this point in the history
… scripts
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 33b7453 commit 2e92d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- "kubernetes/**"
- "preprocessing/**"
- "deploy.py"
- ".github/workflows/e2e-k3d.yml"
- ".github/scripts/**"
- ".github/workflows/**"

concurrency:
group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-e2e-k3d
Expand Down

0 comments on commit 2e92d59

Please sign in to comment.