Skip to content

Commit

Permalink
Merge #472
Browse files Browse the repository at this point in the history
472: CI: disable the `workflow_dispatch` trigger for the JuliaFormatter action r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bors[bot] and DilumAluthge authored Oct 31, 2023
2 parents 64b7fbe + 751dc76 commit 3e06921
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/format_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
workflow_dispatch:
# workflow_dispatch: # intentionally disabled
jobs:
format_pr:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,8 @@ jobs:
commit-message: '🤖 Automatically format the source code files'
title: '🤖 Automatically format the source code files'
body: 'This pull request formats the source code files using the JuliaFormatter package.'
branch: bot/format_pr/${{ github.ref }}
# branch: bot/format_pr/${{ github.ref }} # broken, for some reason
branch: bot/format_pr/master # okay to hardcode master, since we disabled workflow_dispatch
delete-branch: true
- run: echo "The pull request number is ${{ steps.create_pr.outputs.pull-request-number }}"
- run: echo "The pull request URL is ${{ steps.create_pr.outputs.pull-request-url }}"

0 comments on commit 3e06921

Please sign in to comment.