Skip to content

Commit

Permalink
Add workflow dispatch trigger, update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed Mar 12, 2024
1 parent 2a8763d commit fa3fe12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Install
on:
push:
branches: analysis3
workflow_dispatch:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Sync repoisitory to Gadi
uses: up9cloud/[email protected]
env:
Expand Down

0 comments on commit fa3fe12

Please sign in to comment.