Skip to content

Commit

Permalink
fgd
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 13, 2024
1 parent cba7109 commit f7da713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker:
needs: changes
runs-on: ubuntu-latest
if: ${{ needs.changes.outputs.changed == 'true' }}
if: needs.changes.outputs.changed == 'true'
steps:

- name: Discord Failure Notification
Expand Down
2 changes: 1 addition & 1 deletion modules/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("test6")
print("test6l")

0 comments on commit f7da713

Please sign in to comment.