Refactor some workflows for consistency (#1510)

This commit is contained in:
Sylvie
2024-09-21 11:12:09 -04:00
committed by GitHub
parent 5d3e96662e
commit 84c01f064f
6 changed files with 46 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
name: "Create release docs"
name: Create release docs
on:
release:
types:
@@ -7,7 +7,7 @@ on:
jobs:
build:
if: github.repository_owner == 'gbdev'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout rgbds@release
uses: actions/checkout@v4