Skip to content

Commit 8533c7c

Browse files
Rename getTestScreenshots to makeArtifactWithTestScreenshots
1 parent 80096a7 commit 8533c7c

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/checkPullRequests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Check Pull Requests"
22

33
on:
4-
pull_request:
5-
types: ["opened", "edited", "reopened", "synchronize"]
4+
# pull_request:
5+
# types: ["opened", "edited", "reopened", "synchronize"]
66

77
jobs:
88
check_pull_request:

.github/workflows/getTestScreenshots.yml renamed to .github/workflows/makeArtifactWithTestScreenshots.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: "Get test screenshots"
1+
name: "Make artifact with Test Screenshots"
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
pull_request:
6+
types: [ "opened", "edited", "reopened", "synchronize" ]
7+
workflow_dispatch: {}
48

59
jobs:
6-
get_test_screenshots:
7-
name: Get test screenshots
8-
concurrency:
9-
group: ${{ github.head_ref }}
10-
cancel-in-progress: true
10+
make_artifact_with_test_screenshots:
11+
name: Make artifact with Test Screenshots
1112
runs-on: ubuntu-24.04
1213
steps:
1314
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)