fix: teste de deploy
This commit is contained in:
parent
9ba6da6270
commit
b4b87f42c1
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
build-and-push:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, arm64, bcards]
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
|
||||
|
||||
steps:
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
deploy-staging:
|
||||
needs: build-and-push
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, arm64, bcards]
|
||||
if: github.ref == 'refs/heads/develop'
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user