Skip to content

Commit

Permalink
Merge pull request #238 from richardcase/enable_janitor_commit
Browse files Browse the repository at this point in the history
chore: enable janitor to make changes
  • Loading branch information
richardcase authored Oct 27, 2023
2 parents 3968040 + 961b05b commit a7a226f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- main
workflow_dispatch:

concurrency: ci_e2e_tests

env:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
NGROK_API_KEY: ${{ secrets.NGROK_API_KEY }}
Expand Down Expand Up @@ -48,7 +50,7 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID}}
client-secret: ${{ secrets.AZURE_CLIENT_SECRET}}
tenant-id: ${{ secrets.AZURE_TENANT_ID}}
commit: false
commit: true
- name: Send failed status to slack
if: failure()
uses: slackapi/slack-github-action@v1.24.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID}}
client-secret: ${{ secrets.AZURE_CLIENT_SECRET}}
tenant-id: ${{ secrets.AZURE_TENANT_ID}}
commit: false
commit: true

0 comments on commit a7a226f

Please sign in to comment.