Compare commits
1 Commits
4a006d27c5
...
cdd3964e6b
Author | SHA1 | Date | |
---|---|---|---|
cdd3964e6b |
@ -1,12 +1,9 @@
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [ Master, PR ]
|
||||
types: [ completed ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
integrationTests:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
@ -86,8 +83,3 @@ jobs:
|
||||
if: steps.check-android-changes.outputs.any_modified == 'true' || failure()
|
||||
run: |
|
||||
docker compose -f .gitea/workflows/assets/docker-compose.yml stop
|
||||
nothingToDo:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||
steps:
|
||||
- run: echo 'The triggering workflow failed'
|
@ -86,4 +86,7 @@ jobs:
|
||||
branch: ${{ github.head_ref || github.ref_name }}
|
||||
build:
|
||||
needs: Lint
|
||||
uses: ./.gitea/workflows/common_build.yml
|
||||
uses: ./.gitea/workflows/on_called_build.yml
|
||||
test:
|
||||
needs: build
|
||||
uses: ./.gitea/workflows/on_called_to_test.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user