Skip to content

Commit b11263f

Browse files
author
chance
committed
Testing github action
1 parent 251b098 commit b11263f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/trigger-jenkins.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
Trigger:
99
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1010
name: Trigger Jenkins job
11+
runs-on: ubuntu-latest
1112
steps:
1213
- name: echo commit sha
1314
run: full_commit_SHA="${{ github.event.workflow_run.head_sha }}" && short_commit_SHA=$(echo "${full_commit_SHA:0:7}") && echo "SHA=$short_commit_SHA"

0 commit comments

Comments
 (0)