Skip to content

Commit

Permalink
Merge pull request #68 from fsegurai/development
Browse files Browse the repository at this point in the history
fix/release pipeline name
  • Loading branch information
fsegurai authored Nov 6, 2024
2 parents ccb58df + 49c640b commit 71a193b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: ${{ vars.TIMEOUT_MINUTES }}
timeout-minutes: 2
environment: github-pages
steps:
- name: Checkout code
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

release:
runs-on: ubuntu-latest
timeout-minutes: ${{ vars.TIMEOUT_MINUTES }}
timeout-minutes: 2
environment: github-pages
needs: [ build ]
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: ${{ vars.TIMEOUT_MINUTES }}
timeout-minutes: 2
environment: FSI_DEP_NodeJs
steps:
- name: Checkout code
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
release:
needs: [ build ]
runs-on: ubuntu-latest
timeout-minutes: ${{ vars.TIMEOUT_MINUTES }}
timeout-minutes: 2
environment: FSI_DEP_NodeJs
steps:
- name: Checkout Code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "*.config"
- "*.md"
- "!package.json"
- "!github/workflows/**"
pull_request:
branches: [ "main" ]
paths-ignore:
Expand All @@ -26,6 +27,7 @@ on:
- "*.config"
- "*.md"
- "!package.json"
- "!github/workflows/**"
workflow_dispatch:
inputs: { }
workflow_call:
Expand Down

0 comments on commit 71a193b

Please sign in to comment.