diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-04-23 08:52:28 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-04-23 08:52:28 +0200 |
| commit | c251abc7ec1425bc36941d22af4600ea5c8ea505 (patch) | |
| tree | df1398828ad06f6b1a577c697ebd56a312ae2737 /.github/workflows | |
| parent | d2059aef270fc60f65273f816467761a4eeeb638 (diff) | |
| download | rust-c251abc7ec1425bc36941d22af4600ea5c8ea505.tar.gz rust-c251abc7ec1425bc36941d22af4600ea5c8ea505.zip | |
Load GitHub context from environment variables
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 010872c980f..670a2854fed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |
