Skip to content

Commit c940c2d

Browse files
juanjose.tenoriocorona10
authored andcommitted
remove unused config_hash
1 parent dd08c82 commit c940c2d

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,24 +183,18 @@ jobs:
183183
needs: check_source
184184
if: needs.check_source.outputs.run_tests == 'true'
185185
uses: ./.github/workflows/reusable-build-win-32.yml
186-
with:
187-
config_hash: ${{ needs.check_source.outputs.config_hash }}
188186

189187
build_win_amd64:
190188
name: 'Windows (x64)'
191189
needs: check_source
192190
if: needs.check_source.outputs.run_tests == 'true'
193191
uses: ./.github/workflows/reusable-build-win-amd64.yml
194-
with:
195-
config_hash: ${{ needs.check_source.outputs.config_hash }}
196192

197193
build_win_arm64:
198194
name: 'Windows (arm64)'
199195
needs: check_source
200196
if: needs.check_source.outputs.run_tests == 'true'
201197
uses: ./.github/workflows/reusable-build-win-arm64.yml
202-
with:
203-
config_hash: ${{ needs.check_source.outputs.config_hash }}
204198

205199
build_macos:
206200
name: 'macOS'

.github/workflows/reusable-build-win-32.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
on:
22
workflow_call:
3-
inputs:
4-
config_hash:
5-
required: true
6-
type: string
73

84
jobs:
95
build_win_32:

.github/workflows/reusable-build-win-amd64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
on:
22
workflow_call:
3-
inputs:
4-
config_hash:
5-
required: true
6-
type: string
73

84
jobs:
95
build_win_amd64:

.github/workflows/reusable-build-win-arm64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
on:
22
workflow_call:
3-
inputs:
4-
config_hash:
5-
required: true
6-
type: string
73

84
jobs:
95
build_win_arm64:

0 commit comments

Comments
 (0)