Skip to content

Commit

Permalink
ci: Update the conditions that trigger the CI workflows (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Jul 18, 2024
1 parent 44ba4d4 commit db1705b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ name: CI

on:
pull_request:
branches:
- main
paths-ignore:
- "**/hil.yml"
- "**/*.md"
push:
paths-ignore:
- "**/hil.yml"
- "**/*.md"
workflow_dispatch:
merge_group:

env:
CARGO_TERM_COLOR: always
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ name: HIL

on:
pull_request:
branches:
- main
paths-ignore:
- "**/ci.yml"
- "**/*.md"
push:
paths-ignore:
- "**/ci.yml"
- "**/*.md"
workflow_dispatch:
inputs:
repository:
Expand All @@ -21,6 +13,8 @@ on:
description: "Branch, tag or SHA to checkout."
required: true
default: "main"
merge_group:

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit db1705b

Please sign in to comment.