Skip to content

Commit 5f16314

Browse files
committed
Skru av autodeploy og dependabot-jobb i action for gammel URL
1 parent 93dbf31 commit 5f16314

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/build_n_deploy_dev_gammel_URL.yaml

-28
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build, push, and deploy app to dev, gammel URL
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches-ignore:
7-
- 'main'
85

96
env:
107
BASE_PATH: /familie/barnetrygd/soknad/
@@ -33,33 +30,8 @@ jobs:
3330
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
3431
run: yarn test
3532

36-
bygg-yarn-for-dependabot:
37-
name: Bygg yarn
38-
if: ${{ github.actor == 'dependabot[bot]' }}
39-
runs-on: ubuntu-latest
40-
permissions:
41-
contents: "read"
42-
id-token: "write"
43-
steps:
44-
- name: Checkout
45-
uses: actions/checkout@v4
46-
- uses: actions/setup-node@v4
47-
with:
48-
node-version: "18"
49-
registry-url: "https://npm.pkg.github.com"
50-
- name: Yarn install
51-
env:
52-
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
53-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
54-
SENTRY_RELEASE: ${{ github.sha }}
55-
BASE_PATH: ${{ env.BASE_PATH }}
56-
run: |
57-
yarn --prefer-offline --frozen-lockfile
58-
yarn build
59-
6033
bygg:
6134
name: Bygg app/image og push til GitHub
62-
if: ${{ github.actor != 'dependabot[bot]' }}
6335
runs-on: ubuntu-latest
6436
permissions:
6537
contents: "read"

0 commit comments

Comments
 (0)