From fc4dd27c903a28c76bfd4ec393f2205b89dd2d58 Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Thu, 11 Jan 2024 14:42:58 -0800 Subject: [PATCH] remove branch restrictions on test jobs. They should run always --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 515eaf2c..6e329c59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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