Skip to content

Commit

Permalink
Add GitHub actions instant-failure (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Sep 16, 2021
1 parent 1355d20 commit 6264b5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
@@ -0,0 +1,6 @@
on: [push, pull_request]
jobs:
update-ci:
runs-on: ubuntu-latest
steps:
- run: echo "CI is no longer running on this repo, update the files in .github/workflows to re-enable it. See the .travis.yml file for your previous CI config"; exit 1

0 comments on commit 6264b5a

Please sign in to comment.