We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2525a5 commit d2e8780Copy full SHA for d2e8780
.github/workflows/pr-format.yaml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
fmt:
14
+ if: github.event.issue.pull_request && contains(github.event.comment.body, '\fmt') || github.event_name == 'workflow_dispatch'
15
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
16
timeout-minutes: 7
17
steps:
0 commit comments