You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-actions/formattable/R-CMD-check.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,10 @@ jobs:
180
180
- uses: ./.github/workflows/pkgdown-build
181
181
if: github.event_name != 'push'
182
182
183
+
# Deliberately deploy only on push
184
+
# Deployment on schedule adds too much noise.
185
+
# Deployment on pull_request is not possible because it requires a token with write permissions, which is not available in pull_request workflows for security reasons.
186
+
# Deployment on workflow_dispatch is available via the pkgdown workflow
Copy file name to clipboardExpand all lines: github-actions/here/R-CMD-check.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,10 @@ jobs:
180
180
- uses: ./.github/workflows/pkgdown-build
181
181
if: github.event_name != 'push'
182
182
183
+
# Deliberately deploy only on push
184
+
# Deployment on schedule adds too much noise.
185
+
# Deployment on pull_request is not possible because it requires a token with write permissions, which is not available in pull_request workflows for security reasons.
186
+
# Deployment on workflow_dispatch is available via the pkgdown workflow
0 commit comments