Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 18, 2024
1 parent 5c4b5ce commit bead6b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ env:
AZLE_IS_FEATURE_BRANCH_PR: ${{ !startsWith(github.head_ref, 'release--') && github.ref != 'refs/heads/main' && github.event.pull_request.draft == false }}
AZLE_IS_FEATURE_BRANCH_DRAFT_PR: ${{ !startsWith(github.head_ref, 'release--') && github.ref != 'refs/heads/main' && github.event.pull_request.draft == true }}
jobs:
log-stuff:
name: Log stuff
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref }}
- run: echo ${{ github.event.pull_request.draft }}
- run: echo ${{ github.head_ref }}
- run: echo ${{ !startsWith(github.head_ref, 'release--') }}
determine-should-run-tests:
name: Determine if tests should run
runs-on: ubuntu-latest
Expand Down

0 comments on commit bead6b8

Please sign in to comment.