Skip to content

Commit

Permalink
task: Disable api tests workflow [DHIS2-18615]
Browse files Browse the repository at this point in the history
  • Loading branch information
muilpp committed Dec 13, 2024
1 parent 65c930c commit 2a8e11f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Hello World Pipeline

on:
workflow_run:
workflows: ["Check formatting"]
types:
- completed
on: [ pull_request ]
#on:
# workflow_run:
# workflows: ["Check formatting"]
# types:
# - completed

jobs:
say-hello:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:

on:
workflow_dispatch: # Only manual trigger, no automatic triggers
pull_request:
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 2a8e11f

Please sign in to comment.