Skip to content

Commit

Permalink
update CI configuration (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez-sunbright authored Apr 15, 2024
1 parent 0e6b1d0 commit 3c029ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build base image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup-lint
run: |
sudo apt-get update
Expand Down Expand Up @@ -44,11 +44,11 @@ jobs:

release:
needs: build
if: github.ref == 'refs/heads/main' && github.event_name != 'schedule'
if: github.ref == 'refs/heads/rdock-legacy' && github.event_name != 'schedule'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3 # probably not needed, but just in case
- uses: actions/checkout@v4 # probably not needed, but just in case
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3c029ec

Please sign in to comment.