Skip to content

Commit 7f605ea

Browse files
committed
rename workflow
1 parent d0f9f5e commit 7f605ea

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ab-testing-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
riff-raff:
7878
runs-on: ubuntu-latest
79-
needs: [dictionaries-ci, ui-ci]
79+
needs: [config-ci, ui-ci]
8080
permissions:
8181
id-token: write
8282
contents: read
@@ -111,7 +111,7 @@ jobs:
111111
run: pnpm cdk:test
112112

113113
- name: CDK synth
114-
run: pnpm cdk:synth
114+
run: pnpm synth:ab-testing-config
115115

116116
- name: Riff-Raff Upload
117117
uses: guardian/[email protected]

.github/workflows/ab-testing-lambda-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🧪 AB testing
1+
name: 🧪 AB testing Lambda
22

33
permissions:
44
contents: read
@@ -12,8 +12,7 @@ on:
1212
- '.github/workflows/ab-testing-lambda-ci.yml'
1313

1414
jobs:
15-
lambda-ci:
16-
name: Deploy Lambda CI
15+
ci:
1716
runs-on: ubuntu-latest
1817
defaults:
1918
run:
@@ -43,7 +42,7 @@ jobs:
4342

4443
riff-raff:
4544
runs-on: ubuntu-latest
46-
needs: [lambda-ci]
45+
needs: [ci]
4746
permissions:
4847
id-token: write
4948
contents: read

0 commit comments

Comments
 (0)