Skip to content

Commit 74f3c5b

Browse files
authored
Merge pull request #2072 from gooddata/fixups
chore: temporarily disable fossa workflow
2 parents 37d02f0 + 99b4b5a commit 74f3c5b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: tj-actions/changed-files@v45
2525

2626
gooddata-ruby-lcm-build-pipeline:
27-
needs:
28-
- gooddata-ruby-lcm-integration-e2e
27+
#needs:
28+
# - gooddata-ruby-lcm-integration-e2e
2929
permissions:
3030
contents: read
3131
id-token: write
@@ -97,7 +97,7 @@ jobs:
9797
needs:
9898
- prepare-env
9999
- gooddata-ruby-lcm-build-pipeline
100-
- gooddata-ruby-fossa-licenses-validate-LR-ticket-zuul
100+
# - gooddata-ruby-fossa-licenses-validate-LR-ticket-zuul
101101
steps:
102102
- name: Check if needed jobs succeeded
103103
uses: re-actors/alls-green@release/v1

.github/workflows/gate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: always()
107107
needs:
108108
- prepare-env
109-
- gooddata-ruby-fossa-licenses-validate-LR-ticket-zuul
109+
# - gooddata-ruby-fossa-licenses-validate-LR-ticket-zuul
110110
- gooddata-ruby-lcm-promote-pipeline
111111
steps:
112112
- name: Check if needed jobs succeeded

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.104
1+
3.7.105

0 commit comments

Comments
 (0)