mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-26 13:00:43 -05:00
build: add x86 tag
This commit is contained in:
parent
b78fa14cdc
commit
60c4605a3d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: learn-gitea-actions
|
name: Clean up S3 Bucket in Linode
|
||||||
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -12,7 +12,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-bats-version:
|
check-bats-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: x86
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
|
Loading…
Reference in a new issue