Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit f8825cd

Browse files
committed
Fix: Tried to run on deploy
1 parent 3375953 commit f8825cd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/pr-check.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: PR Check
22

33
on:
4-
# Triggers the workflow on push or pull request events but only for the main branch
5-
push:
6-
branches: [main, dev]
7-
pull_request:
8-
branches: [main, dev]
4+
# # Triggers the workflow on push or pull request events but only for the main branch
5+
# push:
6+
# branches: [main, dev]
7+
# pull_request:
8+
# branches: [main, dev]
9+
deployment_status:
910

1011
# Allows you to run this workflow manually from the Actions tab
1112
workflow_dispatch:
@@ -111,7 +112,7 @@ jobs:
111112

112113
- name: test
113114
run: yarn run test
114-
smoke-e2e-tests:
115+
smoke-tests:
115116
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
116117
runs-on: ubuntu-latest
117118
needs: [build]

0 commit comments

Comments
 (0)