Merge pull request #500 from GSA/stvnrlly/adr-yaml-lint

Valid YAML for ADR workflow
This commit is contained in:
Carlo Costino
2023-09-25 17:17:17 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check for tags
- name: check for tags
if: "${{ !contains(github.event.issue.labels.*.name, 'ADR: accepted' )}}"
shell: bash
run: exit 0