Skip to content

Commit

Permalink
Use proper runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Nov 21, 2023
1 parent c6baa05 commit 59d942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
format_title:
name: Format title
if: startsWith(github.head_ref, 'dependabot-')
runs-on: ['org/toptal', 'os/linux', 'arch/x64', 'size/standard']
runs-on: ubuntu-latest
steps:
- uses: toptal/davinci-github-actions/[email protected]
with:
Expand Down

0 comments on commit 59d942a

Please sign in to comment.