Skip to content

Commit

Permalink
Merge branch 'rwang.githubActions2.10182024' of github.com:wbrown/gpt…
Browse files Browse the repository at this point in the history
…_bpe into rwang.githubActions2.10182024
  • Loading branch information
Rexwang8 committed Oct 22, 2024
2 parents 1dad841 + 5946b5b commit 0676b01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Publish

on:
workflow_run:
workflows: ["Test Commands"]
types:
- completed
workflows: ['Test Commands']
types: ['completed']
branches: ['main']

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 0676b01

Please sign in to comment.