Skip to content

Commit

Permalink
remove path filtering to avoid issues with required checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutierrez-sunbright committed Dec 22, 2023
1 parent bbce4f1 commit 68e8c76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_matrix.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
on:
push:
branches: [ main ]
paths:
- !rdock-utils/**
- !.github/workflows/rdock-utils.yaml
pull_request:
branches: [ main ]
paths:
- !rdock-utils/**
- !.github/workflows/rdock-utils.yaml
schedule:
- cron: '0 12 * * 1' # every Monday at 11:00 UTC - 12:00 CET

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/rdock-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ on:
pull_request:
branches:
- main
paths:
- rdock-utils/**

push:
branches:
- main
paths:
- rdock-utils/**


jobs:
build-dev:
Expand Down

0 comments on commit 68e8c76

Please sign in to comment.