Skip to content

Commit

Permalink
DEBUG: run on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 27, 2023
1 parent 850291f commit 09b4a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
# coverage comparison in the "full" step needs to run on main after merges
- main
- ci-fix-linux
pull_request:
branches:
- main
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
- uses: ./.github/actions

debug:
needs: [smoke_test]
# needs: [smoke_test]
runs-on: ubuntu-latest
if: github.event_name != 'push'
# if: github.event_name != 'push'
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
Expand Down

0 comments on commit 09b4a37

Please sign in to comment.