Skip to content

Commit

Permalink
fix(other): change the indention of if in workflow test code. (#1318)
Browse files Browse the repository at this point in the history
The workflow Test Code was not triggering anymore.

Co-authored-by: mahula <lenzmath@posteo.de>
  • Loading branch information
Elweyn and mahula authored Jul 2, 2024
1 parent b1b0b48 commit b0005eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push,pull_request_target]

jobs:
files-changed:
name: Detect File Changes - admin/
name: Detect File Changes
runs-on: ubuntu-latest
outputs:
markdown: ${{ steps.filter.outputs.markdown }}
Expand All @@ -18,7 +18,7 @@ jobs:
- '/**/*.md'
test:
if: needs.files-changed.outputs.markdown == 'true'
if: needs.files-changed.outputs.markdown == 'true'
name: Test - Code
needs: files-changed
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0005eb

Please sign in to comment.