From 23d9acff3cb5e8315520a02710cc6b9366fd0953 Mon Sep 17 00:00:00 2001 From: John Haupenthal Date: Sat, 5 Oct 2024 10:02:54 -0700 Subject: [PATCH] chore: update ff workflow --- .github/workflows/ff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ff.yml b/.github/workflows/ff.yml index acb8177..ad28a42 100644 --- a/.github/workflows/ff.yml +++ b/.github/workflows/ff.yml @@ -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