Skip to content

Commit

Permalink
ci: Add ubuntu-16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 3, 2020
1 parent b0c6103 commit 55117bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Daily Test

on:
# push:
schedule:
- cron: '13 13 * * *'

Expand All @@ -12,6 +11,7 @@ jobs:
matrix:
os:
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest'
- 'windows-latest'
hugo-version:
Expand Down

0 comments on commit 55117bd

Please sign in to comment.