Skip to content

Commit

Permalink
Comment out test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Ferraz <luiz@lferraz.com>
  • Loading branch information
Fryuni committed Nov 6, 2023
1 parent eae5dbc commit 3ee0241
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
additional-verbs: 'chrusimusi, unit-test'
path-to-additional-verbs: src/additional-verbs.txt

test-pr-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
validate-pull-request-commits: true
github-token: ${{ secrets.GITHUB_TOKEN }}
# test-pr-commits:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./
# with:
# validate-pull-request-commits: true
# github-token: ${{ secrets.GITHUB_TOKEN }}

test-allow-one-liners:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ee0241

Please sign in to comment.