Skip to content

Commit 49486da

Browse files
committed
remove comments
1 parent b898d58 commit 49486da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
CI: true
1919

2020
jobs:
21-
setup-node: # No secrets needed
21+
setup-node:
2222
if: github.event.pull_request.draft != true
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 10
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm install --frozen-lockfile
4545
working-directory: ./dashboard
4646

47-
lint-js: # No secrets needed
47+
lint-js:
4848
if: github.event.pull_request.draft != true
4949
needs: setup-node
5050
runs-on: ubuntu-latest
@@ -72,7 +72,7 @@ jobs:
7272
run: pnpm lint-staged
7373
working-directory: ./dashboard
7474

75-
build-front: # No secrets needed
75+
build-front:
7676
if: github.event.pull_request.draft != true
7777
needs: setup-node
7878
runs-on: ubuntu-latest
@@ -104,7 +104,7 @@ jobs:
104104
run: pnpm build
105105
working-directory: ./dashboard
106106

107-
lint-and-unit-test-django: # No secrets needed
107+
lint-and-unit-test-django:
108108
if: github.event.pull_request.draft != true
109109
runs-on: ubuntu-latest
110110
timeout-minutes: 10
@@ -138,7 +138,7 @@ jobs:
138138
run: poetry run pytest -m unit
139139
working-directory: ./backend
140140

141-
integration-test-django: # Requires secrets
141+
integration-test-django:
142142
if: github.event.pull_request.draft != true
143143
runs-on: ubuntu-latest
144144
timeout-minutes: 10
@@ -198,7 +198,7 @@ jobs:
198198
- name: Clean containers
199199
run: docker compose down --volumes --remove-orphans && docker system prune -af
200200

201-
deploy-staging: # Requires secrets
201+
deploy-staging:
202202
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
203203
runs-on: ubuntu-latest
204204
environment: dev-staging

0 commit comments

Comments
 (0)