Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MonetDBSolutions/monetdbe-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 22, 2023
2 parents 4f9f0bd + e4ddcf5 commit bb414d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: C

on:
push:
branches:
- '*'
# this is run every monday at 12:00
schedule:
- cron: '0 12 * * 1'
on: [push]

jobs:
build:

runs-on: ubuntu-latest
container: monetdb/dev-builds:Oct2020
container: monetdb/dev-builds:default

steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/default-c.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Python


on:
push:
branches:
- '*'
# this is run every monday at 12:00
schedule:
- cron: '0 12 * * 1'
on: [push]

jobs:
build:
Expand Down

0 comments on commit bb414d3

Please sign in to comment.