Skip to content

Commit

Permalink
fix: job condition
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 22, 2024
1 parent 708aa4a commit 4e55fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
FETCHED_GITHUB_INFO_PATH: github_info.json
jobs:
create:
if: "${{ true }}"
if: "${{ false }}"
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
Expand Down

0 comments on commit 4e55fca

Please sign in to comment.