Skip to content

Commit a8847bc

Browse files
committed
Bumpe avhentigheter
Justere sjekk av repo
1 parent 300538c commit a8847bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoLaunched.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
validatePackageChanges:
1414
name: Validate package changes
1515
needs: staticCodeValidation
16-
if: ${{ github.ref_name == 'main' }}
16+
if: ${{ github.ref_name != 'main' }}
1717
uses: navikt/sf-platform/.github/workflows/validatePackageChanges.yml@main
1818
permissions:
1919
contents: read

.github/workflows/buildAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
persist-credentials: false
2424

25-
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@f318a266c5a7add9c091f9d3480164fed8abfc08
25+
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
2626
id: checkChanges
2727

2828
buildAndPublish:

0 commit comments

Comments
 (0)