Skip to content

Commit 171543f

Browse files
chore: remove branch conditions from scripted-inputs-tests (#319)
1 parent 309101f commit 171543f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ jobs:
18511851
${{ needs.setup.outputs.directory-path }}/diag*
18521852
18531853
run-scripted-input-tests-full-matrix:
1854-
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.scripted_inputs == 'true' && ( github.base_ref == 'main' || github.ref_name == 'main' ) && needs.setup-workflow.outputs.execute-scripted_inputs-labeled == 'true' }}
1854+
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.scripted_inputs == 'true' && needs.setup-workflow.outputs.execute-scripted_inputs-labeled == 'true' }}
18551855
needs:
18561856
- build
18571857
- test-inventory

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
actionlint
2+
.idea

0 commit comments

Comments
 (0)