Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
馃敡 Check for skip flag
  • Loading branch information
AnandChowdhary committed Aug 6, 2020
1 parent 35da2af commit 1f1c6a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Expand Up @@ -3,14 +3,15 @@ on:
push:
branches:
- master
schedule:
- cron: "0 * * * *"
schedule:
- cron: "0 * * * *"
repository_dispatch:
types: [update]
jobs:
release:
name: Update I18N
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1f1c6a3

Please sign in to comment.