Skip to content

Commit

Permalink
230916.010930.HKT revise yml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 15, 2023
1 parent fc15fd8 commit f38178a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

steps:

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Get the solver name
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

steps:

- name: Run `sudo apt update`. Otherwise, free-disk-space or other actions relying on `apt` may fail
run: sudo apt update
- name: Run `sudo apt update`
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail

- name: Free disk space
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit f38178a

Please sign in to comment.