Parse try build CI job name from commit message

This commit is contained in:
Jakub Beránek 2024-05-02 21:44:47 +02:00
parent 6778ecf960
commit 74dbe8ae9e
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
2 changed files with 48 additions and 5 deletions

View file

@ -52,6 +52,8 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Calculate the CI job matrix
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: python3 src/ci/github-actions/calculate-job-matrix.py >> $GITHUB_OUTPUT
id: jobs
job: