Skip to content

Commit

Permalink
skip ci commits
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Apr 20, 2020
1 parent 4e1f211 commit cb2384d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Expand Up @@ -3,8 +3,9 @@ on:
schedule:
- cron: '0 * * * *'
jobs:
build-and-deploy:
hourly-build-and-deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[CI Skip]')"
steps:
- name: Checking out the repository
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[CI Skip]')"
steps:
- name: Checking out the repository
uses: actions/checkout@v2
Expand Down

0 comments on commit cb2384d

Please sign in to comment.