Skip to content

Commit

Permalink
debug: add temporary print statements for variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Nov 14, 2024
1 parent 31342a0 commit c2cfd41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/qe_ocr-estimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ on:
- 'dev'

jobs:

debug:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- name: print vars
run: |
echo "ref ${{github.ref}}"
echo "head_ref ${{github.head_ref}}"
echo "head_ref ${{github.head_ref}}" | sed 's/.*\///'
decade-1860:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c2cfd41

Please sign in to comment.