Skip to content

Commit

Permalink
fbd
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 14, 2024
1 parent fbdcda5 commit bc197a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: list-changes
run: |
for file in ${{ steps.get-changes.outputs.files }}; do
if [[ $file =~ ^(defaults/*|modules/*|main.py)$ ]] ; then
if [[ $file =~ ^(modules|defaults|main.py)$ ]] ; then
echo "$file will trigger docker build"
echo "build=true" >> $GITHUB_OUTPUT
else
Expand Down
2 changes: 1 addition & 1 deletion defaults/test.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test2:
test2f:
2 changes: 1 addition & 1 deletion docs/test.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Test12r5ser
# Test12r5serf
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("mai20grn")
print("mai20grnf")
2 changes: 1 addition & 1 deletion modules/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("test6lej")
print("test6lejf")

0 comments on commit bc197a5

Please sign in to comment.