Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add skip
  • Loading branch information
sakulstra committed Sep 8, 2021
commit bb86bedbdae3614031bf56f4a8c4b79eb9303961
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
ci:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +24,6 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> ~/.npmrc
git config user.name "GitHub Actions Build"
git config user.email "developers@aave.com"
npm config set access public

- name: install
id: install
Expand Down