Skip to content

Commit fbce19a

Browse files
committed
fix: Revert to non-testing
1 parent c417b54 commit fbce19a

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
name: Pull request
99

1010
on:
11-
# pull_request:
12-
push:
11+
pull_request:
1312
branches: [main]
1413

1514
jobs:

.github/workflows/push_1.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
name: Push 1
99

1010
on:
11-
# push:
12-
pull_request:
11+
push:
1312
branches: [main]
1413

1514
jobs:

.github/workflows/push_2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# After successful versioning, this
1+
# After successful versioning, this script runs various
2+
# parts of the push process
23
name: Push 2
34

45
on:
56
workflow_run:
67
workflows: ["Push 1"]
78
types: [completed]
8-
workflow_dispatch:
99

1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
13-
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
name: Lint
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)