Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
yosupo06 committed Sep 24, 2023
1 parent 159dd13 commit db0d7cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- refactor/test
pull_request:
workflow_dispatch:
inputs:
force-generate:
description: Ignore cache and force generate
required: false
default: false
type: boolean

jobs:
gcc-ubuntu-diffrun:
Expand All @@ -25,6 +31,7 @@ jobs:
- name: Restore versions.json
uses: actions/cache/restore@v3
if: ${{ github.event.inputs.force-generate != 'true' }}
with:
path: versions.json
key: ${{ runner.os }}-versions-cache-
Expand Down

0 comments on commit db0d7cf

Please sign in to comment.