[pull] master from microsoft:master #983
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
# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq | |
name: Workflow should not run! | |
on: | |
push: | |
branches: '' | |
jobs: | |
placeholder: | |
name: Should be disabled | |
runs-on: ubuntu-latest | |
if: false | |
steps: | |
- name: Task | |
run: | | |
echo 'Running this task would be bad' | |
exit 1 |