Skip to content

Commit

Permalink
Merge pull request #8247 from OpenMined/yash/fix-syft-dev
Browse files Browse the repository at this point in the history
Fix k8s dev CI
  • Loading branch information
rasswanth-s authored Nov 13, 2023
2 parents 3d1ec4b + d2b9de2 commit 2e9522e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-syft-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
id: cache
uses: actions/cache@v3
with:
path: scripts/k8s_dev_hash # we don't care about the file, just the key
path: k8s_dev_hash.txt # we don't care about the file, just the key
key: k8s-dev-${{ github.sha }}
lookup-only: true

- name: Save Commit SHA
if: github.event_name == 'schedule' || github.event.inputs.check-cache == 'true'
# only for making the cache action happy
run: echo "${{ github.sha }}" > scripts/k8s_dev_hash
run: echo "${{ github.sha }}" > k8s_dev_hash.txt

deploy-syft-dev:
needs: check-last-run
Expand Down

0 comments on commit 2e9522e

Please sign in to comment.