Skip to content

Commit

Permalink
Merge pull request #1982 from ghaerr/ci
Browse files Browse the repository at this point in the history
[CI] Disable second PR run of Github actions, run only on push
  • Loading branch information
ghaerr authored Sep 2, 2024
2 parents 33a7c93 + f08e656 commit f6e5bd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- '!.github/workflows/cross.yml'
- '!.github/workflows/ow-libc.yml'
- '!tools/*'
pull_request:
paths:
- '**'
- '!.github/workflows/cross.yml'
- '!.github/workflows/ow-libc.yml'
- '!tools/*'
# pull_request:
# paths:
# - '**'
# - '!.github/workflows/cross.yml'
# - '!.github/workflows/ow-libc.yml'
# - '!tools/*'

jobs:
build:
Expand Down

0 comments on commit f6e5bd5

Please sign in to comment.