Skip to content

Commit

Permalink
test dind in runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvutpala authored Jun 13, 2024
1 parent 3157b35 commit 204b0f2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Generate documentation
run: make doc
run: sleep 600

# - name: Commit & Push changes
# run: |
Expand All @@ -30,17 +30,17 @@ jobs:
# git push origin fix/generate-documentation-workflow-test-commit
# git merge fix/generate-documentation-workflow-test-commit fix/generate-documentation-workflow-test-merge

- name: Commit & Push changes
uses: actions-js/push@master
with:
branch: 'test/runner_scale_sets_for_ci'
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "Update documentation"
# - name: Commit & Push changes
# uses: actions-js/push@master
# with:
# branch: 'test/runner_scale_sets_for_ci'
# github_token: ${{ secrets.GITHUB_TOKEN }}
# message: "Update documentation"

- name: Update develop branch
uses: morbalint/git-merge-action@v1
with:
target: 'fix/generate-documentation-workflow-test-merge'
source: 'test/runner_scale_sets_for_ci'
strategy_options: 'ours'
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Update develop branch
# uses: morbalint/git-merge-action@v1
# with:
# target: 'fix/generate-documentation-workflow-test-merge'
# source: 'test/runner_scale_sets_for_ci'
# strategy_options: 'ours'
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 204b0f2

Please sign in to comment.