Skip to content

Commit

Permalink
Merge pull request #640 from mmuetzel/ci
Browse files Browse the repository at this point in the history
CI: Remove automatic triggers for act_test workflow.
  • Loading branch information
juharu authored Jan 28, 2025
2 parents 462445c + a255fe8 commit 2aa924a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/act_test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: act_test
on:
workflow_dispatch:
push:
paths-ignore:
- '**.nix'
- 'flake.lock'
pull_request:
paths-ignore:
- '**.nix'
- 'flake.lock'
# push:
# paths-ignore:
# - '**.nix'
# - 'flake.lock'
# pull_request:
# paths-ignore:
# - '**.nix'
# - 'flake.lock'

concurrency: act_test-${{ github.ref }}

Expand Down

0 comments on commit 2aa924a

Please sign in to comment.