diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36a3061..5a7e95b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/modules/test.py b/modules/test.py index bd92354..81ec45e 100644 --- a/modules/test.py +++ b/modules/test.py @@ -1 +1 @@ -print("test6") \ No newline at end of file +print("test6l") \ No newline at end of file