Skip to content

Commit

Permalink
Trigger workflow - test 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Aug 23, 2024
1 parent a52943c commit 31ddf6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci_e2e_tests_result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ jobs:
trigger-conclusion:
runs-on: ubuntu-latest
steps:
- run: echo 'CI E2E tests workflow conclussion is ${{ github.event.workflow_run.conclusion }} --.'
- run: echo 'CI E2E tests workflow conclussion is -- ${{ github.event.workflow_run.conclusion }} --.'
trigger-id:
runs-on: ubuntu-latest
steps:
- run: echo 'CI E2E tests workflow ID is -- ${{ github.event.workflow_run.id }} --.'
trigger-run-number:
runs-on: ubuntu-latest
steps:
- run: echo 'CI E2E tests workflow RUN NUMER is -- ${{ github.event.workflow_run.run_number }} --.'
on-ci-e2e-tests-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 31ddf6b

Please sign in to comment.