Skip to content

Commit ce31d3b

Browse files
committed
echo key
1 parent 9901bbe commit ce31d3b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/dep_fuzzing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
if: ${{ inputs.docs_only == 'false' }}
2828
runs-on: [ self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd" ]
2929
steps:
30+
- name: echo concurrency
31+
run: echo ${{ github.workflow }}-${{ github.ref }}
32+
3033
- name: Checkout code
3134
uses: actions/checkout@v4
3235

.github/workflows/dep_rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
steps:
9797
- uses: actions/checkout@v4
9898

99+
- name: echo concurrency
100+
run: echo ${{ github.workflow }}-${{ github.ref }}
101+
99102
- uses: hyperlight-dev/[email protected]
100103
with:
101104
rust-toolchain: "nightly"

0 commit comments

Comments
 (0)