Skip to content

Commit

Permalink
updating lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
mmummATlnw committed Oct 24, 2024
1 parent 9984b8c commit 4f1384d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/logic_output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ jobs:
run: |
dotnet build
if: ${{github.event_name == 'push'}}

conditional_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Git checkout
- name: conditional test
run: |
dotnet test
if: ${{github.event_name == 'issues'}}

0 comments on commit 4f1384d

Please sign in to comment.