Skip to content

Commit

Permalink
Changing default gh actions workflow to matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Maurin committed Jan 11, 2024
1 parent e85ab4c commit bf29a6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 291 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-vmdb2-images-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build images matrix
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ gh_actions ]
# schedule:
# - cron: '42 0 * * *'
# push:
# branches: [ main, work]
schedule:
- cron: '42 0 * * *'
workflow_dispatch:
# pull_request:
# branches: [ master ]
Expand Down
287 changes: 0 additions & 287 deletions .github/workflows/build-vmdb2-images.yaml

This file was deleted.

0 comments on commit bf29a6c

Please sign in to comment.