diff options
author | fxqnlr <[email protected]> | 2024-06-17 12:37:31 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 12:37:31 +0200 |
commit | eabad98a15d7b0532bf2d601c6d8533f4d0a8eca (patch) | |
tree | 37a5f6bd5e7a61bcd7102970fde5b815ffd3ab78 /.github | |
parent | 5dce8dea2536576e9740535ab265c370a50c10e4 (diff) | |
download | webol-eabad98a15d7b0532bf2d601c6d8533f4d0a8eca.tar webol-eabad98a15d7b0532bf2d601c6d8533f4d0a8eca.tar.gz webol-eabad98a15d7b0532bf2d601c6d8533f4d0a8eca.zip |
docker after test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 200ee34..15b1909 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml | |||
@@ -20,6 +20,7 @@ jobs: | |||
20 | - run: cargo clippy --release | 20 | - run: cargo clippy --release |
21 | 21 | ||
22 | docker: | 22 | docker: |
23 | needs: test | ||
23 | runs-on: ubuntu-latest | 24 | runs-on: ubuntu-latest |
24 | steps: | 25 | steps: |
25 | - name: Run sccache-cache | 26 | - name: Run sccache-cache |