Skip to content

Commit

Permalink
FIX: CI run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alealexpro100 committed Nov 24, 2022
1 parent 99e0b0d commit 3487995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_auto_profiles.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Test directory default and by-profile install"
name: "Test by-profile install"

on:
pull_request:
- paths:
paths:
- 'auto_configs/**'
push:
- paths:
paths:
- 'auto_configs/**'
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_defaults.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Test directory default and by-profile install"
name: "Test directory default install"

on:
pull_request:
- paths:
paths:
- 'lib/distr/**'
push:
- paths:
paths:
- 'lib/distr/**'
workflow_dispatch:

Expand Down

0 comments on commit 3487995

Please sign in to comment.