Add git_describe_command
for setuptools_scm
(#6392)
#4866
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
name: "Daily Build Status" | |
on: [push, pull_request] | |
jobs: | |
daily: | |
name: Check Daily Build status | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
curl -s https://dev.azure.com/MSRC-CCF/CCF/_apis/build/status/CCF%20GitHub%20Daily?branchName=main | grep succeeded |