mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
Action (#6847)
* fix: pro's Dockefile * fix: action --------- Co-authored-by: xqvvu <whoeverimf5@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Preview Admin Image - Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: ['*']
|
||||
paths:
|
||||
@@ -25,6 +25,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event.pull_request.author_association == 'MEMBER' }}
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
|
||||
@@ -20,6 +20,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: ${{ github.event_name != 'pull_request_target' || github.event.pull_request.author_association == 'MEMBER' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
+1
-1
Submodule pro updated: de086134ac...4aba60a784
Reference in New Issue
Block a user