Skip to content

Commit

Permalink
remove .github workflow schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 7, 2023
1 parent 87c8681 commit 4bfb23a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-latest-framework-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- name: docker login
run: |
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }}
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit 4bfb23a

Please sign in to comment.