Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move from pr target to pr #2381

Merged
merged 1 commit into from Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/examples-pr.yml
@@ -1,11 +1,12 @@
name: Examples - PR
on:
pull_request_target:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration-pr.yml
@@ -1,11 +1,12 @@
name: Integration Tests - PR
on:
pull_request_target:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr-lint.yml
@@ -1,11 +1,14 @@
name: "Lint PR"

on:
pull_request_target:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened

jobs:
main:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-unit.yml
@@ -1,11 +1,12 @@
name: Unit Tests - PR
on:
pull_request_target:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
@@ -1,6 +1,6 @@
name: update-snapshots
on:
pull_request_target:
pull_request:
types:
- opened
- edited
Expand Down