Skip to content

Commit bda07d7

Browse files
committed
really fix it
1 parent 2361cf9 commit bda07d7

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
with:
1111
verify_published_from_main_image: false
1212

13-
dependabot-auto-approve-and-merge:
14-
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
15-
secrets:
16-
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
17-
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
18-
1913
quality_checks:
2014
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
2115
needs: [get_config_values]
@@ -24,9 +18,6 @@ jobs:
2418
secrets:
2519
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2620

27-
pr_title_format_check:
28-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
29-
3021
tag_release:
3122
needs: [get_config_values]
3223
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
with:
1212
verify_published_from_main_image: false
1313

14-
dependabot-auto-approve-and-merge:
15-
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
16-
secrets:
17-
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
18-
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
19-
2014
quality_checks:
2115
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
2216
needs: [get_config_values]
@@ -25,9 +19,6 @@ jobs:
2519
secrets:
2620
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2721

28-
pr_title_format_check:
29-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
30-
3122
tag_release:
3223
needs: [get_config_values]
3324
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7

0 commit comments

Comments
 (0)