Skip to content

Commit

Permalink
crossed fingers
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs committed Sep 9, 2024
1 parent bf238e3 commit 60aa757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
build_and_push_development_containers:
name: Build and push dev containers
uses: ./.github/workflows/build-containers.yml
needs: [lint_and_test]
secrets:
registry: ${{ secrets.CONTAINER_REGISTRY }}
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches-ignore:
- develop
- refactor-actions # remove this before merging!

permissions:
checks: write
Expand Down

0 comments on commit 60aa757

Please sign in to comment.