Skip to content

Commit

Permalink
Prep for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Apr 25, 2024
1 parent 25d0b7b commit 308f5bd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linux-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- edited
- synchronize
branches:
- 'ci/**'
- develop
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand All @@ -18,9 +18,4 @@ jobs:
aws-sg-id: sg-0ca7912782cf1538b
package-name: febiochem
requires-sdk: true
sdk-config: |
{
"sdk_path": "develop",
"version": "v4.6",
}
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/linux-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- ci/use-latest-sdk

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/macos-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- edited
- synchronize
branches:
- 'ci/**'
- develop
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand All @@ -16,9 +16,4 @@ jobs:
with:
package-name: febiochem
requires-sdk: true
sdk-config: |
{
"sdk_path": "develop",
"version": "v4.6",
}
secrets: inherit
7 changes: 1 addition & 6 deletions .github/workflows/windows-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- edited
- synchronize
branches:
- 'ci/**'
- develop
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand All @@ -20,9 +20,4 @@ jobs:
aws-instance-type: c5a.8xlarge
package-name: febiochem
requires-sdk: true
sdk-config: |
{
"sdk_path": "develop",
"version": "v4.6",
}
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/windows-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- ci/use-latest-sdk

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 308f5bd

Please sign in to comment.