Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jan 22, 2025
1 parent e22e56e commit 0d647d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,24 +527,28 @@ jobs:
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup', 'tests', 'integrationTests', 'slowTests', 'frontendTests', 'cypressTests']
if: ${{ github.ref != 'refs/heads/staging' }}
steps:
- uses: actions/checkout@v1
- name: "publish"
uses: ./.github/actions/publish
with:
ref: ${{ github.ref }}
uses:
uses: ./.github/workflows/publish.yml
# steps:
# - uses: actions/checkout@v1
# - name: "publish"
# uses: ./.github/actions/publish
# with:
# ref: ${{ github.ref }}

publish-before-tests:
name: Publish Without Tests
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup']
#if: ${{ github.ref == 'refs/heads/staging' }}
steps:
- uses: actions/checkout@v1
- name: "publish"
uses: ./.github/actions/publish
with:
ref: ${{ github.ref }}
uses:
uses: ./.github/workflows/publish.ymls
# steps:
# - uses: actions/checkout@v1
# - name: "publish"
# uses: ./.github/actions/publish
# with:
# ref: ${{ github.ref }}

trigger-external-build:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit 0d647d8

Please sign in to comment.