Skip to content

Commit

Permalink
test github actions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang authored Jan 24, 2025
1 parent c37ce2f commit 98c2f0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Go

on:
workflow_dispatch:
inputs:
update_dedicated_image:
description: ""
type: boolean
default: false
push:
branches: [ main ]
pull_request:
Expand All @@ -10,6 +16,8 @@ jobs:

build:
runs-on: ubuntu-latest
env:
PRE_DEF_VERSION: ${{ inputs.update_dedicated_image && 'v8.5.0' || 'v7.1.0' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 98c2f0b

Please sign in to comment.