We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6316dcf commit 95aa79fCopy full SHA for 95aa79f
.github/workflows/progress.yml
@@ -10,7 +10,7 @@ jobs:
10
update-progress:
11
runs-on: ubuntu-22.04
12
timeout-minutes: 1
13
- if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_commit.message, 'kata/') }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_branch, 'kata/') }}
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
0 commit comments