Skip to content

Commit

Permalink
ci: disable dailies for nextcloud 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed May 25, 2024
1 parent a93208e commit 090b15f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .github/spawn-dailies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ request_build \
"latest-master" "$latest_master_url" "master-$today" \
"From CI: Use Nextcloud latest master"

echo "Requesting build of latest 26..."
request_build \
"latest-26" "$latest_stable26_url" "26-$today" \
"From CI: Use Nextcloud latest 26"

echo "Requesting build of latest 27..."
request_build \
"latest-27" "$latest_stable27_url" "27-$today" \
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,6 @@ jobs:
working-directory: tests
run: bundle exec ./run-tests.sh integration

test-daily-v26:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Install nextcloud
run: sudo snap install nextcloud --channel=26/edge

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
working-directory: tests
bundler-cache: true

- name: Run tests
working-directory: tests
run: bundle exec ./run-tests.sh integration

test-daily-v27:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 090b15f

Please sign in to comment.