Skip to content

Commit

Permalink
schedule (#51)
Browse files Browse the repository at this point in the history
* schedule

* bug
  • Loading branch information
Leonz5288 authored Aug 6, 2021
1 parent 2600458 commit e23984d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ on:
jobs:
test_schedule:
name: schedule test
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: test
run: |
echo "${{ github.event.action }}"
echo "${{ github.event }}"
echo "Triggered every 5 minites!"
[ -z "${{ github.event.action }}" ] && export RELEASE="perform nightly release"
[ -z "${{ github.event.action }}" ] && ls
[ -z "${{ github.event.action }}" ] || export RELEASE="perform production release"
[ -z "${{ github.event.action }}" ] || pwd
echo $RELEASE

0 comments on commit e23984d

Please sign in to comment.