diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 20:36:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 20:36:10 -0400 |
| commit | 8c8823bdc8ae42427f413b6ff044e90d983ff038 (patch) | |
| tree | c61348993d1ed9e9d0e71a0f1f7cb49403e151a3 /.github | |
| parent | b2d9350d4373488405f46f5a3d23d041cd88bbab (diff) | |
| download | xesite-8c8823bdc8ae42427f413b6ff044e90d983ff038.tar.xz xesite-8c8823bdc8ae42427f413b6ff044e90d983ff038.zip | |
Update go.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6231eed..1ca5a8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,8 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: + group: alrest steps: - uses: actions/checkout@v4 |
