Skip to content

Commit

Permalink
nightly_cmd -> nightly-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bhesh committed Nov 18, 2023
1 parent 0dc174c commit bd96ff3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:
nightly-cmd:

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkcs12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:
nightly-cmd:

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkcs7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:
nightly-cmd:

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x509-ocsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:
nightly-cmd:

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x509-tsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:
nightly-cmd:

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd96ff3

Please sign in to comment.