diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index bdf062a5..8057e1d9 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -25,7 +25,10 @@ jobs: require: write - name: Fast forwarding - if: steps.check-perm.outputs.require-result + if: steps.check-perm.outputs.require-result == 'true' + # As GitHub actions use actor's permission, it's not possible + # for anyone without write permission to perform a merge. + # This check only is merely for skipping it silently. uses: sequoia-pgp/fast-forward@v1 with: merge: true