Skip to content

Commit

Permalink
More finegrained PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed May 8, 2024
1 parent 282e756 commit cec9d91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests_on_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Monorepo Tests
name: Monorepo PR Tests

on: pull_request
on:
pull_request:
types: [opened, reopened]

jobs:
get-changed-services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_on_push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Monorepo Tests
name: Monorepo Push Tests

on:
push:
Expand Down

0 comments on commit cec9d91

Please sign in to comment.