Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Feb 7, 2025
1 parent 8f087d0 commit 1f7df6b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ permissions: {}
jobs:
debug:
runs-on: ubuntu-latest
permissions: {}
timeout-minutes: 10
steps:
- name: Print github
- name: Print github context
shell: bash
run: |
echo '${{ toJSON(github) }}' | jq '.'
- name: Print concurrency expression
shell: bash
run: |
echo "${{ github.workflow }}-${{ github.event_name }}-platform @ ${{ github.event.label.name || github.event.pull_request.number || github.sha }} @ ${{ github.event.label.name && github.event.pull_request.number || github.event.action }}"

0 comments on commit 1f7df6b

Please sign in to comment.