Skip to content

Commit

Permalink
chore: update ff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed Oct 5, 2024
1 parent be6dfff commit 23d9acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
fast_forward_job:
name: Fast Forward
if: github.event.issue.pull_request != '' && (contains(github.event.comment.body, '/fast-forward') || contains(github.event.comment.body, '/yolo'))
if: github.event.issue.pull_request != '' && (contains(github.event.comment.body, '/ff'))
runs-on: ubuntu-latest
steps:
- name: Checkout code into workspace directory
Expand Down

0 comments on commit 23d9acf

Please sign in to comment.