Skip to content

Commit

Permalink
806 improve consensus github flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed May 7, 2024
1 parent 8c9c760 commit 44cb1b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:

- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: Free disk space
run: |
sudo apt-get remove -yq cmake libjsoncpp-dev aria2 ansible azure-cli shellcheck rpm xorriso zsync \
Expand Down
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44cb1b0

Please sign in to comment.