diff options
author | 2023-03-19 18:12:53 +0100 | |
---|---|---|
committer | 2023-03-19 18:12:53 +0100 | |
commit | ccebb846291ea2b6096723bbb419c14e31d38823 (patch) | |
tree | 45135753cc4ffd07a0c5c2d50d66a05ed5354a5a /.github | |
parent | Merge remote-tracking branch 'origin/group-all-workflows' into group-all-work... (diff) |
fix indentation for secrets
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6fa6baff..58d98a55 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,17 +6,14 @@ on: - main pull_request: - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - jobs: lint-test: uses: ./.github/workflows/lint-test.yaml - generate-sha-tag: runs-on: ubuntu-latest outputs: @@ -35,7 +32,6 @@ jobs: with: sha-tag: ${{ needs.generate-sha-tag.outputs.sha-tag }} - build-deploy: if: github.ref == 'refs/heads/main' uses: ./.github/workflows/build-deploy.yaml @@ -44,8 +40,7 @@ jobs: - generate-sha-tag with: sha-tag: ${{ needs.generate-sha-tag.outputs.sha-tag }} - secrets: inherit - + secrets: inherit sentry-release: if: github.ref == 'refs/heads/main' |