Skip to content

Commit

Permalink
Set up workflows for 25.lts branch
Browse files Browse the repository at this point in the history
b/293645066
  • Loading branch information
isarkis authored and oxve committed Apr 19, 2024
1 parent 24c227e commit 9d204d2
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 837 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: android
name: android_25.lts.1+

on:
release:
types: [prereleased, released, published]
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
- '25.lts.1\+'
push:
branches:
- main
- feature/*
- '25.lts.1\+'
schedule:
# GMT timezone.
- cron: '0 9 * * *'
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/coverage.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: evergreen
name: evergreen_25.lts.1+

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
- '25.lts.1\+'
push:
branches:
- main
- feature/*
- '25.lts.1\+'
schedule:
# GMT timezone.
- cron: '0 9 * * *'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Java Tests
name: Java Tests 25.lts.1+

on:
pull_request:
push:
branches:
- main
- feature/*
- '25.lts.1\+'

concurrency:
group: '${{ github.workflow }}-${{ github.event_name }}-${{ inputs.platform }} @ ${{ github.event.pull_request.number || github.sha }}'
Expand Down
135 changes: 0 additions & 135 deletions .github/workflows/label-cherry-pick.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/lint.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: linux
name: linux_25.lts.1+

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
- '25.lts.1\+'
push:
branches:
- main
- feature/*
- '25.lts.1\+'
schedule:
# GMT timezone.
- cron: '0 9 * * *'
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/manual-cherry-pick.yaml

This file was deleted.

Loading

0 comments on commit 9d204d2

Please sign in to comment.