Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 9688304

Browse files
committed
Fjerner workflow triggere
1 parent 38951ab commit 9688304

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

.github/workflows/build-and-test.yml

-20
This file was deleted.

.github/workflows/deploy-unleash-api-token.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Deploy unleash-apitoken
22
on:
3-
push:
4-
paths:
5-
- ".nais/unleash/unleash-api-token.prod.yaml"
63

74
jobs:
85
deploy-prod:

.github/workflows/deploy.dev.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
name: Deploy to stable dev
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
build_mode:
6-
type: choice
7-
required: true
8-
description: 'Build-time NODE_ENV'
9-
default: 'prod'
10-
options:
11-
- prod
12-
- dev
133

144
jobs:
155
deploy:

.github/workflows/deploy.prod.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Deploy to prod
22
on:
3-
release:
4-
types: [released]
53

64
jobs:
75
deploy:

0 commit comments

Comments
 (0)