Skip to content

Commit

Permalink
No _test for main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Veldhoen committed Apr 15, 2024
1 parent 429b36f commit 995066a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
- docker-compose.yml

jobs:
test:
uses: ./.github/workflows/_test.yml
# test:
# uses: ./.github/workflows/_test.yml

deploy:
uses: ./.github/workflows/_deploy.yml
secrets: inherit
needs: [test]
# needs: [test]
with:
target: ghcr

0 comments on commit 995066a

Please sign in to comment.