Only bump date after commit
This commit is contained in:
14
.github/workflows/bump-date.yml
vendored
14
.github/workflows/bump-date.yml
vendored
@@ -1,13 +1,21 @@
|
|||||||
#
|
#
|
||||||
# bump-date.yml
|
# bump-date.yml
|
||||||
# Bump the distribution date once per day
|
# Bump the distribution date
|
||||||
#
|
#
|
||||||
|
|
||||||
name: Bump Distribution Date
|
name: Bump Distribution Date
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 0 * * *'
|
branches:
|
||||||
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- config/**
|
||||||
|
- data/**
|
||||||
|
- docs/**
|
||||||
|
- '**/*.md'
|
||||||
|
#schedule:
|
||||||
|
# - cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump_date:
|
bump_date:
|
||||||
|
Reference in New Issue
Block a user