mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
check 64_to_32 conversion action
This commit is contained in:
parent
6dd8888710
commit
531cb0a724
1 changed files with 37 additions and 0 deletions
37
.github/workflows/check_64_to_32.yml
vendored
Normal file
37
.github/workflows/check_64_to_32.yml
vendored
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue