Skip to content

Commit

Permalink
Improve build: skip duplicate builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wurster <miwurster@googlemail.com>
  • Loading branch information
miwurster committed Mar 23, 2021
1 parent 5a21929 commit 8f7bd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
- uses: fkirc/skip-duplicate-actions@master

java8:
Expand Down

0 comments on commit 8f7bd00

Please sign in to comment.