Skip to content

Commit

Permalink
Merge branch 'main' into logger
Browse files Browse the repository at this point in the history
  • Loading branch information
wasup-yash authored Oct 10, 2023
2 parents 42ff85b + 1e8f249 commit e3deee7
Show file tree
Hide file tree
Showing 15 changed files with 185 additions and 175 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,21 @@ jobs:
with:
path: ${{ github.sha }}
destination: cri-o/conmon-rs

create-marker:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
needs:
- release-static
- build-static
steps:
- name: Checkout
uses: actions/checkout@v4
- run: .github/create-marker
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
- uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCS_CRIO_SA }}
- uses: google-github-actions/upload-cloud-storage@v1
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
with:
path: .
glob: latest-*.txt
Expand Down Expand Up @@ -333,6 +344,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected].11
- uses: crate-ci/[email protected].17
with:
config: .github/typos.toml
Loading

0 comments on commit e3deee7

Please sign in to comment.