Skip to content

Commit

Permalink
test: Suppress execution of escapes check in CI
Browse files Browse the repository at this point in the history
Fixes #604

Signed-off-by: Yohei Ueda <yohei@jp.ibm.com>
  • Loading branch information
yoheiueda authored and bpradipt committed Feb 20, 2023
1 parent c99d034 commit 5d18b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
sudo apt-get install -y libvirt-dev
- name: check
run: make CLOUD_PROVIDER=${{ matrix.provider }} check
- name: escapes
run: make CLOUD_PROVIDER=${{ matrix.provider }} escapes

0 comments on commit 5d18b67

Please sign in to comment.