Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Nov 22, 2023
1 parent f5e2f43 commit 419491a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/environments-test-azure-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Environments Test (AzureOpenAI)

on:
pull_request_target
pull_request_target:
branches:
- main

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/environments-test-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Environments Test (OpenAI)

on:
pull_request_target
pull_request_target:
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit 419491a

Please sign in to comment.