Skip to content

Commit

Permalink
Test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 13, 2024
1 parent 5273b92 commit 39af6eb
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 295 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/_local_cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
release:
types:
- "published"
push:
branches:
- cwa/test-release-workflow

jobs:
publish:
name: Call reusable workflow
if: github.repository == 'SINTEF/ci-cd' && startsWith(github.ref, 'refs/tags/v')
# if: github.repository == 'SINTEF/ci-cd' && startsWith(github.ref, 'refs/tags/v')
uses: ./.github/workflows/cd_release.yml
with:
git_username: "TEAM 4.0[bot]"
Expand Down
Loading

0 comments on commit 39af6eb

Please sign in to comment.