Skip to content

Commit

Permalink
Merge pull request #11054 from rancher/richard-cox-2.8.patch1-drone
Browse files Browse the repository at this point in the history
[2.8.patch1] Port drone build tasks to gh workflows + actions
  • Loading branch information
richard-cox authored May 30, 2024
2 parents 13afc45 + 6cab40a commit 060017e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-upload-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build Dashboard (Branch)
on:
push:
branches:
- 'release-2.8*'
- '*-dev'
- release-2.8.patch1

jobs:
build-validation:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Tests
on:
push:
branches:
- 'release-2.8*'
- release-2.8.patch1
pull_request:
branches:
- 'release-2.8*'
- release-2.8.patch1
workflow_dispatch:
inputs:
environment:
Expand Down Expand Up @@ -100,6 +100,7 @@ jobs:
with:
name: ${{ env.E2E_BUILD_DIST_NAME }}
path: ${{ env.E2E_BUILD_DIST_DIR }}

- name: Download e2e build ember
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 060017e

Please sign in to comment.