check 64_to_32 conversion action

This commit is contained in:
edoapra 2023-10-24 23:15:00 -07:00
parent 6dd8888710
commit 531cb0a724
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

37
.github/workflows/check_64_to_32.yml vendored Normal file
View file

@ -0,0 +1,37 @@
name: check_64_to_32
on:
push:
paths-ignore:
- .gitlab-ci.yml
pull_request:
release:
schedule:
- cron: '0 0 * * SUN'
repository_dispatch:
types: [backend_automation]
workflow_dispatch:
jobs:
check:
if: |
github.event_name == 'schedule' ||
(!contains(github.event.head_commit.message, 'ci skip'))
runs-on: ubuntu
steps:
- name: pkg cleanup
run: |
./travis/pkg_cleanup.sh
shell: bash
- name: Checkout code
uses: actions/checkout@v4
with:
show-progress:
fetch-depth: 200
- name: check
run: |
./travis/check_64_to_32.sh