Skip to content

Commit 7583c2c

Browse files
authored
Merge branch 'main' into fix-check-generate-script
2 parents 647e61b + 2dee593 commit 7583c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Run tests
1818
run: make test/e2e
1919
env:
20-
SLOCTL_CLIENT_ID: ${{ secrets.SLOCTL_CLIENT_ID }}
20+
SLOCTL_CLIENT_ID: ${{ vars.SLOCTL_CLIENT_ID }}
2121
SLOCTL_CLIENT_SECRET: ${{ secrets.SLOCTL_CLIENT_SECRET }}

.github/workflows/pr-title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
pull_request:
3-
types: [opened, reopened, edited]
3+
types: [opened, reopened, edited, synchronize]
44
merge_group:
55
name: pr-title
66
jobs:

0 commit comments

Comments
 (0)