Skip to content

Commit 3656441

Browse files
committed
#RI-6213 - Migrate release workflows from CircleCI to Github Actions
1 parent 3a34ad7 commit 3656441

File tree

5 files changed

+1
-21
lines changed

5 files changed

+1
-21
lines changed

.github/actions/install-all-build-libs/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ runs:
3939
cache: ${{ runner.os != 'Windows' && 'yarn' || '' }}
4040
cache-dependency-path: ${{ runner.os != 'Windows' && '**/yarn.lock' || '' }}
4141

42-
# - run: echo "inputs.skip-electron-deps"
43-
# - run: echo "${{inputs.skip-electron-deps}}"
44-
# - run: echo "inputs.skip-backend-deps"
45-
# - run: echo "${{inputs.skip-backend-deps}}"
46-
4742
- name: Setup Python
4843
# if: ${{ contains(inputs.skip-electron-deps, '1') }}
4944
uses: actions/setup-python@v5

.github/virustotal-report.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ if (failed === true) {
3636
results.message.text = '<!here> ' + results.message.text;
3737
}
3838

39-
console.log({'results.message': results.message});
40-
4139

4240
fs.writeFileSync(fileName, JSON.stringify({
43-
// channel: process.env.SLACK_VIRUSTOTAL_REPORT_CHANNEL,
41+
channel: process.env.SLACK_VIRUSTOTAL_REPORT_CHANNEL,
4442
...results.message,
4543
}));

.github/workflows/nightly.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/release-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- 'latest'
7-
# todo: remove after test
8-
- 'test/prod/**'
97

108
jobs:
119
tests-prod:

.github/workflows/release-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- 'release/**'
7-
# todo: remove after tests
8-
- 'test/release/**'
97

108
jobs:
119
tests:

0 commit comments

Comments
 (0)