Skip to content

Commit

Permalink
[CI] Disable second PR run of Watcom CI actions, run only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Sep 2, 2024
1 parent 5a49097 commit b9cc06c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ow-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
- 'include/**'
- 'libc/**'
- '.github/workflows/ow-libc.yml'
pull_request:
paths:
- 'elks/include/**'
- 'elks/tools/objtools/**'
- 'elkscmd/basic/**'
- 'include/**'
- 'libc/**'
- '.github/workflows/ow-libc.yml'
# pull_request:
# paths:
# - 'elks/include/**'
# - 'elks/tools/objtools/**'
# - 'elkscmd/basic/**'
# - 'include/**'
# - 'libc/**'
# - '.github/workflows/ow-libc.yml'
env:
TOPDIR: ${{ github.workspace }}
TOOLDIR: ${{ github.workspace }}/elks/tools/objtools
Expand Down

0 comments on commit b9cc06c

Please sign in to comment.