ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

hydra.yml: use github.event.number directly

Signed-off-by: marshmallow <github@althaea.zone>

authored by

marshmallow and committed by
GitHub
a0cf5612 20a36eb7

+2 -6
+2 -6
.github/workflows/hydra.yml
··· 6 6 - pull_request 7 7 8 8 concurrency: 9 - group: ${{ github.workflow }}-${{ github.ref }} 9 + group: ${{ github.workflow }}-${{ github.event.number }} 10 10 cancel-in-progress: true 11 11 12 12 jobs: 13 13 add-status: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: jwalton/gh-find-current-pr@master 17 - id: find-pr 18 - with: 19 - state: all 20 16 - name: Create Pending Docs Status 21 17 uses: actions/github-script@v7 22 18 if: contains(github.event.pull_request.labels.*.name, 'hydra') ··· 29 25 sha: context.sha, 30 26 state: 'pending', 31 27 description: 'Waiting for hydra to evaluate this PR...', 32 - context: 'ci/hydra:wire:pr_${{ steps.find-pr.outputs.number }}:packages.docs' 28 + context: 'ci/hydra:wire:pr_${{ github.event.number }}:packages.docs' 33 29 })