Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Oct 14, 2023
1 parent af1a6d0 commit bb42870
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-plugins-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
jobs:
docker:
timeout-minutes: 10
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docker-proxy-apache-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
jobs:
docker:
timeout-minutes: 10
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docker-proxy-nginx-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
jobs:
docker:
timeout-minutes: 10
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
permissions:
contents: read
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
jobs:
docker:
timeout-minutes: 10
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/smok-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker Smoke Test 5.x
on:
workflow_dispatch:
push:
schedule:
# run every sunday
- cron: '0 0 * * 0'
branches:
- 5.x
permissions:
contents: read
jobs:
Expand Down

0 comments on commit bb42870

Please sign in to comment.