From 732a72f509e95eb78a32f4ad81339205707fa049 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Mon, 20 Mar 2023 20:17:22 +0100 Subject: use workflow_call as trigger for sentry-release This also updates the worklow's name --- .github/workflows/main.yaml | 2 +- .github/workflows/sentry-release.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 58d98a55..6454737d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -44,7 +44,7 @@ jobs: sentry-release: if: github.ref == 'refs/heads/main' - uses: ./.github/workflows/sentry_release.yaml + uses: ./.github/workflows/sentry-release.yaml needs: - build-deploy secrets: inherit diff --git a/.github/workflows/sentry-release.yaml b/.github/workflows/sentry-release.yaml index 6521c389..ed42c980 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -1,9 +1,7 @@ name: Create Sentry release on: - push: - branches: - - main + workflow_call jobs: createSentryRelease: -- cgit v1.2.3