Skip to content

Commit

Permalink
Revert "Update GitHub actions" (#394)
Browse files Browse the repository at this point in the history
This reverts commit 4d3efbd.
  • Loading branch information
btkostner authored Aug 12, 2020
1 parent 4d3efbd commit 37cfb03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 22 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/daily-5.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
inputs: []
- cron: '0 0 * * *'

jobs:
build:
runs-on: ubuntu-latest

container:
image: debian:latest
volumes:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/daily-6.0-pinebookpro.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: daily-6.0-pinebookpro

on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
inputs: []
- cron: '0 0 * * *'

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/daily-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
inputs: []
- cron: '0 0 * * *'

jobs:
build:
runs-on: ubuntu-latest

container:
image: debian:latest
volumes:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/distinst-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: distinst-weekly

on:
schedule:
- cron: "0 0 * * 3"
workflow_dispatch:
inputs: []
- cron: '0 0 * * 3'

jobs:
build:
runs-on: ubuntu-latest

container:
image: debian:latest
volumes:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ name: stable
on:
push:
tags:
- "*"
workflow_dispatch:
inputs: []
- '*'

jobs:
build:
runs-on: ubuntu-latest

container:
image: debian:latest
volumes:
Expand Down

0 comments on commit 37cfb03

Please sign in to comment.