fix "Nuisances" tutorial to reflect new signature for tag
#220
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: master | |
jobs: | |
backend-version: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 2 | |
- name: Check backend version is updated when necessary | |
run: sh -c " | |
(git diff --quiet HEAD^ XLA_VERSION && git diff --quiet HEAD^ spidr/backend/**) || \ | |
! git diff --quiet HEAD^ spidr/backend/VERSION | |
" |