Skip to content

Commit

Permalink
fix: Replacing release with branch name for v0.0 workflows (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored May 9, 2024
1 parent eed3221 commit cfc70b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/1_4_scheduled_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ on:
jobs:
codeql:
name: CodeQL Analysis
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"

lint-report:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"

terraform-check:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"

static-analysis:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"

unit-tests-with-coverage:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"

integration-test:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"
charm-file-name: "sdcore-nssf-k8s_ubuntu-22.04-amd64.charm"

update-libs:
name: Update libs
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected].1
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.4"
secrets: inherit

0 comments on commit cfc70b8

Please sign in to comment.