Skip to content

Commit

Permalink
echo key
Browse files Browse the repository at this point in the history
  • Loading branch information
ludfjig committed Nov 21, 2024
1 parent 9901bbe commit ce31d3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dep_fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
if: ${{ inputs.docs_only == 'false' }}
runs-on: [ self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd" ]
steps:
- name: echo concurrency
run: echo ${{ github.workflow }}-${{ github.ref }}

- name: Checkout code
uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: echo concurrency
run: echo ${{ github.workflow }}-${{ github.ref }}

- uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "nightly"
Expand Down

0 comments on commit ce31d3b

Please sign in to comment.