mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:17:55 +00:00
chore: update actions to deploy nestjs backend
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
13
.github/workflows/release-pr.yml
vendored
13
.github/workflows/release-pr.yml
vendored
@@ -13,6 +13,7 @@ on:
|
||||
- "packages/nc-gui/**"
|
||||
- "packages/nc-plugin/**"
|
||||
- "packages/nocodb/**"
|
||||
- "packages/nocodb-nest/**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
@@ -116,13 +117,13 @@ jobs:
|
||||
- name: Upload Rendered Compose File as Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: preview-spec
|
||||
name: preview-spec
|
||||
path: docker-compose.rendered.yml
|
||||
retention-days: 2
|
||||
- name: Serialize PR Event to File
|
||||
run: |
|
||||
cat << EOF > event.json
|
||||
${{ toJSON(github.event) }}
|
||||
${{ toJSON(github.event) }}
|
||||
EOF
|
||||
- name: Upload PR Event as Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
@@ -130,7 +131,7 @@ jobs:
|
||||
name: preview-spec
|
||||
path: event.json
|
||||
retention-days: 2
|
||||
|
||||
|
||||
# Add a comment for PR executable build
|
||||
# leave-executable-comment:
|
||||
# if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false && github.base_ref == 'develop' && github.event.action != 'closed' }}
|
||||
@@ -177,12 +178,12 @@ jobs:
|
||||
- name: Serialize PR Event to File
|
||||
run: |
|
||||
cat << EOF > event.json
|
||||
${{ toJSON(github.event) }}
|
||||
|
||||
${{ toJSON(github.event) }}
|
||||
|
||||
EOF
|
||||
- name: Upload PR Event as Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: preview-spec
|
||||
path: event.json
|
||||
retention-days: 2
|
||||
retention-days: 2
|
||||
|
||||
Reference in New Issue
Block a user