Skip to content

Commit

Permalink
Test e2e that sing-off enforcement fires
Browse files Browse the repository at this point in the history
This is an end-to-end test to manually check that the sign-off
enforcements fires.

Please do not close this pull request. If you want to re-test the
sign-off enforcement, just rebase this commit to the master branch and
do a forced push.

No `Signed-off-by:` line is expected in this commit body and the
developer should manually check that the checks fail on this pull
request.
  • Loading branch information
mristin committed Jan 18, 2021
1 parent f96e7ed commit 101d93a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/build-and-test.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/test-sign-off-enforcement-fires.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "e2e-test-sign-off-enforcement"
on: [push]

jobs:
test-sign-off-enforcement-fires:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: ./
with:
enforce-sign-off: 'true'

0 comments on commit 101d93a

Please sign in to comment.