Skip to content

Commit

Permalink
enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
husimplicity committed Apr 25, 2024
1 parent 4aa1602 commit a3804c2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build-graphscope-images-linux.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: Build GraphScope Images on Linux

# on: [push, pull_request]
on:
workflow_dispatch:
schedule:
# The notifications for scheduled workflows are sent to the user who
# last modified the cron syntax in the workflow file.
# Trigger the workflow at 03:00(CST) every day.
- cron: '00 19 * * *'
push:
tags:
- "v*"
pull_request:
branches:
- main
paths:
- 'k8s/dockerfiles/analytical.Dockerfile'
- 'k8s/dockerfiles/coordinator.Dockerfile'
- 'k8s/dockerfiles/interactive.Dockerfile'
- 'k8s/dockerfiles/learning.Dockerfile'
- 'k8s/dockerfiles/graphlearn-torch.Dockerfile'
- '.github/workflows/build-graphscope-images-linux.yml'
on: [push, pull_request]
# on:
# workflow_dispatch:
# schedule:
# # The notifications for scheduled workflows are sent to the user who
# # last modified the cron syntax in the workflow file.
# # Trigger the workflow at 03:00(CST) every day.
# - cron: '00 19 * * *'
# push:
# tags:
# - "v*"
# pull_request:
# branches:
# - main
# paths:
# - 'k8s/dockerfiles/analytical.Dockerfile'
# - 'k8s/dockerfiles/coordinator.Dockerfile'
# - 'k8s/dockerfiles/interactive.Dockerfile'
# - 'k8s/dockerfiles/learning.Dockerfile'
# - 'k8s/dockerfiles/graphlearn-torch.Dockerfile'
# - '.github/workflows/build-graphscope-images-linux.yml'

concurrency:
group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down

0 comments on commit a3804c2

Please sign in to comment.