Skip to content

Commit

Permalink
Add missing names for GHA workflows (#9992)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near authored Oct 24, 2023
1 parent 20b2849 commit 080ec19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nightly_nayduck.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Nightly Nayduck tests check
on:
pull_request:
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ondemand_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build on-demand fuzz targets
name: Build on demand fuzz targets
on:
# Run when a new release or rc is created
release:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Cargo nextest checks

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 080ec19

Please sign in to comment.