Skip to content

Commit

Permalink
Test by triggering as though ebourne_deploy_workflow were main
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed May 7, 2024
1 parent 82de172 commit 1e5e98c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
waitForWorklows:
name: Wait for workflows
runs-on: ubuntu-latest
if: github.event.workflow_run.head_branch == 'main'
if: github.event.workflow_run.head_branch == 'main' || github.event.workflow_run.head_branch == 'ebourne_deploy_workflow'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pickle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pickle_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
type: string
push:
branches: [devel, main]
branches: [devel, main, ebourne_deploy_workflow]

env:
COMMIT: ${{ inputs.ref || github.event.ref }}
Expand Down

0 comments on commit 1e5e98c

Please sign in to comment.