mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-10 18:23:01 -04:00
have valid yaml instead of invalid yaml
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: check for tags
|
- name: check for tags
|
||||||
if: "${{ !contains(github.event.issue.labels.*.name, 'ADR: accepted' )}}"
|
if: "${{ !contains(github.event.issue.labels.*.name, 'ADR: accepted' )}}"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: exit 0
|
run: exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user