Skip to content

Commit 2361cf9

Browse files
committed
fix it
1 parent 4428c60 commit 2361cf9

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches: [main]
66

7-
env:
8-
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
9-
107
jobs:
118
get_config_values:
129
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7

.github/workflows/pull_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches: [main]
66

7-
env:
8-
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
9-
107
jobs:
118
get_config_values:
129
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
schedule:
66
- cron: "0 8 * * 3"
77

8-
env:
9-
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
10-
118
jobs:
129
get_config_values:
1310
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
@@ -40,6 +37,6 @@ jobs:
4037
with:
4138
dry_run: false
4239
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
43-
branch_name: ${{ github.event.pull_request.head.ref }}
40+
branch_name: main
4441
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
4542
secrets: inherit

0 commit comments

Comments
 (0)