Skip to content

Commit

Permalink
Merge pull request #500 from GSA/stvnrlly/adr-yaml-lint
Browse files Browse the repository at this point in the history
Valid YAML for ADR workflow
  • Loading branch information
ccostino authored Sep 25, 2023
2 parents 6eeabab + 6070c97 commit cc5b114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adr-accepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc5b114

Please sign in to comment.