Skip to content

Commit

Permalink
branchname
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 19, 2024
1 parent 5f3343f commit 04ef17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:

jobs:
build:
if: github.ref == 'refs/heads/master'
environment: Scheduled testing
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

outputs:
Expand Down Expand Up @@ -153,14 +152,7 @@ jobs:

- name: Run integration tests
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
NVIDIA_API_KEY: ${{ secrets.NVIDIA_API_KEY }}
GOOGLE_SEARCH_API_KEY: ${{ secrets.GOOGLE_SEARCH_API_KEY }}
GOOGLE_CSE_ID: ${{ secrets.GOOGLE_CSE_ID }}
run: make integration_tests
working-directory: .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

outputs:
Expand Down

0 comments on commit 04ef17e

Please sign in to comment.