Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GH actions #238

Open
leggerf opened this issue Dec 5, 2022 · 0 comments
Open

Improve GH actions #238

leggerf opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
ci issues regarding the Continuous Integration high priority

Comments

@leggerf
Copy link
Collaborator

leggerf commented Dec 5, 2022

There are a couple of things to fix:

  • some checkout actions are outdated
  • add another test-benchmarks.yml that runs weekly on devel.

Example here:

name: Release Management
on: 
  schedule:
   - cron: "*/5 * * * *"
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          ref: some-branch
@leggerf leggerf added the ci issues regarding the Continuous Integration label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci issues regarding the Continuous Integration high priority
Projects
None yet
Development

No branches or pull requests

2 participants