Skip to content

Commit

Permalink
Merge pull request #5 from pt1243/check-github-ref
Browse files Browse the repository at this point in the history
Check github ref
  • Loading branch information
pt1243 authored Sep 29, 2023
2 parents 45a65e3 + 2bc09bf commit ef635ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Echo github ref
run: echo ${{ github.workflow }}-${{ github.ref }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ef635ee

Please sign in to comment.