Skip to content

Commit

Permalink
[CI] Add GitHub actions instant-failure (lyft#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Sep 16, 2021
1 parent 75eb5d0 commit 901abe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -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 901abe5

Please sign in to comment.