Remove EFD (no longer a special case) and clarify windows #50
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
name: CI | |
'on': [push, pull_request, workflow_dispatch] | |
jobs: | |
call-workflow: | |
uses: lsst-sqre/rubin-sphinx-technote-workflows/.github/workflows/ci.yaml@v1 | |
with: | |
handle: sqr-056 | |
secrets: | |
ltd_username: ${{ secrets.LTD_USERNAME }} | |
ltd_password: ${{ secrets.LTD_PASSWORD }} |