Skip to content

Commit

Permalink
chore: lint d2-style apply
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Jun 4, 2024
1 parent 0ef277d commit 580b385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ name: 'dhis2: verify (app)'
# 'jobs.release.steps.*.build-dir'

on:
push:
pull_request:
types: [labeled]
push:
pull_request:
types: [labeled]

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
node cypress/support/generateTestMatrix.js > matrix.json
echo "::set-output name=specs::$(cat matrix.json)"
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 580b385

Please sign in to comment.