Skip to content

Commit

Permalink
ci: Do not require label to run api tests (#15708)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante authored Nov 16, 2023
1 parent a1af060 commit 6f139a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches:
- master
pull_request:
types: [ opened, labeled, synchronize ]
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -20,7 +19,6 @@ jobs:
CORE_IMAGE_NAME: "dhis2/core-pr:${{ github.event_name == 'pull_request' && github.event.number || 'local' }}"

runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.labels.*.name, 'skip-api-tests')"
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down

0 comments on commit 6f139a6

Please sign in to comment.