Load GitHub context from environment variables
This commit is contained in:
parent
d2059aef27
commit
c251abc7ec
3 changed files with 24 additions and 16 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -45,8 +45,6 @@ jobs:
|
|||
- name: Checkout the source code
|
||||
uses: actions/checkout@v4
|
||||
- name: Calculate the CI job matrix
|
||||
env:
|
||||
GITHUB_CTX: "${{ toJSON(github) }}"
|
||||
run: python3 src/ci/github-actions/calculate-job-matrix.py >> $GITHUB_OUTPUT
|
||||
id: jobs
|
||||
job:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue