Skip to content

Commit

Permalink
Remove redundant push triggers in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Nov 3, 2023
1 parent 8b41ad6 commit 5e3d27c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/aws-params-env-action-check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
name: Check dist/ for aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/aws-params-env-action-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
name: CodeQL analysis for aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down

0 comments on commit 5e3d27c

Please sign in to comment.