log-2022 #63

Merged
philipp merged 29 commits from log-2022 into staging 2023-11-19 22:21:48 +01:00
Showing only changes of commit 262839f276 - Show all commits

View File

@ -39,7 +39,7 @@ jobs:
deploy-staging: deploy-staging:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: rust:latest container: rust:latest
needs: [build, test] needs: [test]
if: github.ref == 'refs/heads/staging' if: github.ref == 'refs/heads/staging'
steps: steps:
- name: Setup Environment - name: Setup Environment
@ -74,7 +74,7 @@ jobs:
deploy-main: deploy-main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: rust:latest container: rust:latest
needs: [build, test] needs: [test]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps:
- name: Setup Environment - name: Setup Environment