Skip to content

Commit 901abe5

Browse files
authored
[CI] Add GitHub actions instant-failure (#66)
1 parent 75eb5d0 commit 901abe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
on: [push, pull_request]
2+
jobs:
3+
update-ci:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- 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 commit comments

Comments
 (0)