Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 4, 2023
1 parent dbe645e commit eb6acf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

codeql:
name: CodeQL
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
# if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Pull Request

on:
pull_request:
branches: [main]
# pull_request:
# branches: [main]

concurrency:
# PR open and close use the same group, allowing only one at a time
Expand Down

0 comments on commit eb6acf4

Please sign in to comment.