File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 7777 uses : actions/checkout@v4
7878 with :
7979 fetch-depth : 0
80- # ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name }}
8180 ref : ${{ github.ref_name }}
8281
8382 - name : " Set Git Config"
Original file line number Diff line number Diff line change 1+ name : On PULL REQUEST
2+ on :
3+ pull_request :
4+ jobs :
5+ staticCodeValidation :
6+ name : Validation jobs
7+ uses : navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
8+ permissions :
9+ contents : read
10+ buildAndPublish :
11+ name : Build Jobs
12+ needs : staticCodeValidation
13+ uses : navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
14+ permissions :
15+ contents : write
16+ packages : write
17+ secrets :
18+ SF_DEVHUB_URL : ${{ secrets.SF_DEVHUB_URL }}
You can’t perform that action at this time.
0 commit comments