Skip to content

Commit

Permalink
naming things
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 15, 2024
1 parent cbfc676 commit a7c3c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
type: string

jobs:
checksum:
generate-checksums:
runs-on: ubuntu-24.04
env:
TERM: xterm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "20"
os: ${{ matrix.os }}

checksum:
verify:
uses: ./.github/workflows/generate-checksums.yml
needs:
- package
Expand All @@ -33,7 +33,7 @@ jobs:
release:
runs-on: ubuntu-24.04
needs:
- checksum
- verify
steps:
- name: Create releases
run: mkdir -p /tmp/releases
Expand Down

0 comments on commit a7c3c8e

Please sign in to comment.