Skip to content

Commit 30245be

Browse files
authored
remove pre-build job (#10)
1 parent 66ff908 commit 30245be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yml

-14
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,7 @@ on:
6060
required: true
6161

6262
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-
7563
build:
76-
needs: build_pre_job
77-
if: ${{ needs.build_pre_job.outputs.should_skip != 'true' }}
7864
name: "Build Palladio Artifact"
7965
runs-on: ${{ inputs.runner-label }}
8066
steps:

0 commit comments

Comments
 (0)