We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ff908 commit 30245beCopy full SHA for 30245be
.github/workflows/build.yml
@@ -60,21 +60,7 @@ on:
60
required: true
61
62
jobs:
63
- build_pre_job:
64
- #still run this on self-hosted
65
- runs-on: ${{ inputs.runner-label }}
66
- outputs:
67
- should_skip: ${{ steps.skip_check.outputs.should_skip }}
68
- steps:
69
- - id: skip_check
70
- uses: fkirc/skip-duplicate-actions@master
71
- with:
72
- concurrent_skipping: 'same_content_newer'
73
- do_not_skip: '["workflow_dispatch", "schedule"]'
74
-
75
build:
76
- needs: build_pre_job
77
- if: ${{ needs.build_pre_job.outputs.should_skip != 'true' }}
78
name: "Build Palladio Artifact"
79
runs-on: ${{ inputs.runner-label }}
80
steps:
0 commit comments