Skip to content

Commit

Permalink
Enable all workflows regardless of files
Browse files Browse the repository at this point in the history
Otherwise PR gates get stuck on documentation changes.
  • Loading branch information
andyleejordan committed Jun 19, 2024
1 parent bd1b8aa commit 117de60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
schedule:
- cron: '35 13 * * 4'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/emacs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]

Expand Down

0 comments on commit 117de60

Please sign in to comment.