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 7d3b037 commit ddeeeabCopy full SHA for ddeeeab
.github/workflows/onPush.yml
@@ -4,9 +4,6 @@ on:
4
jobs:
5
staticCodeValidation:
6
uses: navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
7
- with:
8
- # As we're not working with legacy we want to have everything in ship shape
9
- validateEntireRepo: "true"
10
buildAndPublish:
11
needs: staticCodeValidation
12
uses: navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
0 commit comments