Skip to content

Commit

Permalink
update: add trigger into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Jul 22, 2024
1 parent b8151b8 commit 9b0c5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '**.md'
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
stable:
Expand Down Expand Up @@ -203,9 +204,8 @@ jobs:
- name: setup-go
uses: ./
with:
go-url: "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-linux-x64.tar.gz"
go-url: 'https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-linux-x64.tar.gz'

- name: verify go
run: __tests__/verify-go.sh "1.22.5"
shell: bash

0 comments on commit 9b0c5ea

Please sign in to comment.