Skip to content

Commit

Permalink
remove branch restrictions on test jobs. They should run always
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 11, 2024
1 parent 15fb908 commit fc4dd27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:

test-oss:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
needs: build-oss-for-test
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -120,7 +119,6 @@ jobs:

test-latest-njs:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
needs: build-latest-njs-for-test
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -189,7 +187,6 @@ jobs:

test-unprivileged:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
needs: build-unprivileged-for-test
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc4dd27

Please sign in to comment.