We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300538c commit a8847bcCopy full SHA for a8847bc
.github/workflows/autoLaunched.yml
@@ -13,7 +13,7 @@ jobs:
13
validatePackageChanges:
14
name: Validate package changes
15
needs: staticCodeValidation
16
- if: ${{ github.ref_name == 'main' }}
+ if: ${{ github.ref_name != 'main' }}
17
uses: navikt/sf-platform/.github/workflows/validatePackageChanges.yml@main
18
permissions:
19
contents: read
.github/workflows/buildAndPublish.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
persist-credentials: false
24
25
- - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@f318a266c5a7add9c091f9d3480164fed8abfc08
+ - uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
26
id: checkChanges
27
28
buildAndPublish:
0 commit comments