Skip to content

Commit

Permalink
comment pull_request code
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Jan 15, 2024
1 parent 3dac29a commit 3859d1f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-depends-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Test depends workflow

# on:
# # pull_request:
# # types: [opened, synchronize, reopened, ready_for_review]
# workflow_run:
# workflows: ["Github Labeler"]
# types:
# - completed

on:
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
workflow_run:
workflows: ['Github Labeler']
types:
workflows: [Run Tests]
types:
- completed

jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
- run: echo 'The triggering workflow passed'

0 comments on commit 3859d1f

Please sign in to comment.