Skip to content

Commit

Permalink
Merge branch 'main' into fix-check-generate-script
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Feb 16, 2024
2 parents 647e61b + 2dee593 commit 7583c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Run tests
run: make test/e2e
env:
SLOCTL_CLIENT_ID: ${{ secrets.SLOCTL_CLIENT_ID }}
SLOCTL_CLIENT_ID: ${{ vars.SLOCTL_CLIENT_ID }}
SLOCTL_CLIENT_SECRET: ${{ secrets.SLOCTL_CLIENT_SECRET }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]
merge_group:
name: pr-title
jobs:
Expand Down

0 comments on commit 7583c2c

Please sign in to comment.