Skip to content

Commit df924bd

Browse files
committed
rename workflow
1 parent d0f9f5e commit df924bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.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)